﻿/*
* 	BVC theme - Owl Carousel CSS File - compiled to /dist
*/
.owl-carousel-wrapper {
  position: relative;
  min-height: 290px;
}
.owl-carousel-wrapper .carousel-heading {
  position: absolute;
  top: 0;
  right: 60px;
  left: 60px;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  line-height: 46px;
  margin: 0;
}

.owl-theme-carousel {
  padding-top: 76px;
}
.owl-theme-carousel .owl-nav {
  height: 46px;
  /*margin-top: 10px;*/
  /*text-align: center;*/
  -webkit-tap-highlight-color: transparent;
  background: #F4F4F4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.owl-theme-carousel .owl-nav button.owl-next,
.owl-theme-carousel .owl-nav button.owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /*color: var(--white);*/
  background-color: #fff;
  border-radius: 15px;
  height: 30px;
  width: 30px;
  font-size: 18px;
  transition: background-color 0.5s ease;
  border: 2px solid #32827f;
}
.owl-theme-carousel .owl-nav button.owl-next svg,
.owl-theme-carousel .owl-nav button.owl-prev svg {
  /*height: 36px;*/
}
.owl-theme-carousel .owl-nav button.owl-next svg {
  margin-right: -1px;
  color: #32827f;
}
.owl-theme-carousel .owl-nav button.owl-prev svg {
  margin-left: -1px;
  color: #32827f;
}
.owl-theme-carousel .owl-nav button.owl-next {
  /*right: 0;*/
  margin-right: 0.5rem;
}
.owl-theme-carousel .owl-nav button.owl-prev {
  /*left: 0;*/
  margin-left: 0.5rem;
}
.owl-theme-carousel .owl-nav button.owl-next:not(.disabled):hover,
.owl-theme-carousel .owl-nav button.owl-prev:not(.disabled):hover {
  /*background-color: rgba(0, 0, 0, 0.4);*/
  border: 2px solid #a8151a;
}
.owl-theme-carousel .owl-nav button.owl-next:not(.disabled):hover svg,
.owl-theme-carousel .owl-nav button.owl-prev:not(.disabled):hover svg {
  color: #a8151a;
}
.owl-theme-carousel .owl-nav .disabled {
  opacity: 0.2;
  cursor: default;
}
.owl-theme-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  /*position: absolute;
  top: 12px;*/
  margin-top: 10px;
}
.owl-theme-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme-carousel .owl-dots .owl-dot.active span, .owl-theme-carousel .owl-dots .owl-dot:hover span {
  background: #000;
}
